home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / omnia201.iso / mondo3d / compo.dir / 00006_Script_prepara i cursori < prev    next >
Text File  |  2000-10-30  |  795b  |  25 lines

  1. on preparemovie  
  2.   repeat with cursori = 27 to 31
  3.     set the cursor of sprite cursori to 280
  4.   end repeat
  5.   set the cursor of sprite 12 to 260
  6.   set the cursor of sprite 14 to 260
  7.   set the cursor of sprite 16 to 260
  8.   set the cursor of sprite 18 to 260
  9.     -- cambia i cursori dei links
  10.   repeat with ncurso = 117 to 120
  11.     set the cursor of sprite ncurso to 280
  12.   end repeat
  13.   -- cambia i cursori del pop animazioni
  14.   repeat with scurso = 61 to 64
  15.     set the cursor of sprite scurso to 280
  16.   end repeat
  17.   -- cambia i cursori del pop schede
  18.   repeat with scurso = 67 to 71
  19.     set the cursor of sprite scurso to 280
  20.   end repeat
  21.   -- cambia i cursori del pop manipolazione
  22.   repeat with scurso = 75 to 79
  23.     set the cursor of sprite scurso to 280
  24.   end repeat  
  25. end